home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 406_01 / disked25 / manual / mustread < prev    next >
Text File  |  1993-12-11  |  2KB  |  50 lines

  1.                            DISKED Release Notes
  2.                                11-Dec-1993
  3.                              version 2.5.1293
  4.  
  5. 0.   For bug fixes see the end of this file.
  6.  
  7. 1.   DISKED is Freeware.  It is a fully functional MS-DOS disk utility
  8.      created by me (see below).  DISKED can do many neat things which
  9.      may be helpful to you which is why I am giving it away.  Although
  10.      I can not supply any gaurantees, I can supply support and the
  11.      source code (about 19000 lines of C) to anyone who wants it.
  12.      For more information about the source code see paragraph 4.
  13.  
  14. 2.   The algorithm DISKED uses for computing the cluster/file allocation
  15.      information is not too fast and it may appear that DISKED is doing
  16.      something weird when it runs because there will be much disk access
  17.      that can take several seconds.
  18.  
  19.      I have been fine tuning DISKED for many years now (too many to
  20.      mention) and DISKED has never caused and problems except displaying
  21.      garbage information.
  22.  
  23. 3.   The accompaning documentation for DISKED is kind of brief.  There are
  24.      some commands and aspects that are not covered.  I am "in-between"
  25.      word processors and am working on fixing this.
  26.  
  27.      There will also be a laser printer manual out "real soon" which I will
  28.      send to anyone who asks for it.
  29.  
  30. 4.   The source code is now available through CUG (the C Users Group);
  31.      see the file SOURCE.TXT for more information.
  32.  
  33. 5.   A major bug was found in version 2.2.793 (oops...): drives that did
  34.      not support DOS Interrupt 21, function 36 (or if it somehow failed)
  35.      would cause a memory allocation error and may have caused DISKED to
  36.      hang.  There was also a similar problem with ramdrives that did not
  37.      have 512 byte sectors.  This code has been completely re-written
  38.      and has been thoroughly tested and re-tested using a debugger and
  39.      using a memory-allocation testing program called Bounds Checker
  40.      by Nu Mega.
  41.  
  42.      A similar bug was in version 2.3.1193: on drives with 16-bit FATs
  43.      the last FAT sector was not read when indexing files causing a
  44.      memory allocation error if the drive was full or nearly full.
  45.  
  46.                               Gregg Jennings
  47.                                P.O. Box 200
  48.                           Falmouth, MA  02541-0200
  49.                               (508)-540-9711
  50.